equipments = {

	tank_ifv_equipment = {
		year = 1936

		is_archetype = yes
		picture = archetype_motorized_equipment		
		is_buildable = no
		type = {
			#infantry #Removing inf type 
			mechanized
		}
		group_by = archetype
		
		interface_category = interface_category_land
		
		upgrades = {
			
		}
		
		is_convertable = yes
		
		#Misc Abilities
		maximum_speed = 14
		reliability = 0.8
		hardness = 0.8
		
		#Defensive Abilities
		defense = 50
		breakthrough = 28
		armor_value = 200
		soft_attack = 65
		hard_attack = 40
		ap_attack = 150
		hardness = 0.9
		build_cost_ic = 90

		#Space taken in convoy
		lend_lease_cost = 5
		
		build_cost_ic = 4
		resources = {
			steel = 2
			tungsten = 2
			chromium = 2
		}
		fuel_consumption = 2.0
	}


	tank_ifv_equipment_1 = {
		year = 1970

		archetype = tank_ifv_equipment
		priority = 40
		visual_level = 2
		
		is_convertable = yes

		can_convert_from = { 
			tank_IFV_equipment_1
			modern_tank_chassis_4
			modern_tank_chassis_5
		}

		#Misc Abilities
		maximum_speed = 14
		reliability = 0.8
		hardness = 0.8
		
		#Defensive Abilities
		defense = 50
		breakthrough = 28
		armor_value = 200
		soft_attack = 50
		hard_attack = 40
		ap_attack = 150
		hardness = 0.9
		build_cost_ic = 90

		#Space taken in convoy
		lend_lease_cost = 5
		
		resources = {
			steel = 2
			tungsten = 2
			chromium = 2
		}
		fuel_consumption = 2.0
		
	}
	tank_ifv_equipment_2 = {
		year = 1980

		archetype = tank_ifv_equipment
		parent = tank_ifv_equipment_1
		priority = 40
		visual_level = 2
		
		is_convertable = yes

		can_convert_from = { 
			tank_IFV_equipment_1
			tank_IFV_equipment_2
			modern_tank_chassis_6
			modern_tank_chassis_7
		}
		
		maximum_speed = 16

		#Defensive Abilities
		defense = 55
		breakthrough = 40
		armor_value = 250
		soft_attack = 60
		hard_attack = 48
		ap_attack = 200
		hardness = 0.9
		build_cost_ic = 110
		
	}
	tank_ifv_equipment_3 = {
		year = 1990

		archetype = tank_ifv_equipment
		parent = tank_ifv_equipment_2
		priority = 40
		visual_level = 2
		
		is_convertable = yes

		can_convert_from = { 
			tank_IFV_equipment_2
			tank_IFV_equipment_3
			modern_tank_chassis_8
			modern_tank_chassis_9
		}
		
		maximum_speed = 20

		#Defensive Abilities
		defense = 60
		breakthrough = 52
		armor_value = 300
		soft_attack = 70	
		hardness = 0.95
		hard_attack = 56
		ap_attack = 240
		build_cost_ic = 130
	}
}
